IndexScope Enumeration
Specifies whether an index is constructed for an entire document or for a chapter.
Namespace: Independentsoft.Office.OdfAssembly: Independentsoft.Office (in Independentsoft.Office.dll) Version: 3.0.460.1+37fe42d8e65847775742df0a70fdb403ab6fa65f
Public Enumeration IndexScope
| Document | 0 |
The index is constructed for the chapter that contains the index.
A chapter consists of all those paragraphs and headings which have the same immediately preceding heading with outline level 1.
|
| Chapter | 1 |
The index is constructed for the entire document.
|
| None | 2 |
None
|